Add tests for dpub-aam 
diff --git a/dpub-aam/OWNERS b/dpub-aam/OWNERS index 35ae0f6..2a4c47e 100644 --- a/dpub-aam/OWNERS +++ b/dpub-aam/OWNERS 
@@ -1 +1,2 @@  @halindrome +@joanmarie 
diff --git a/dpub-aam/doc-abstract-manual.html b/dpub-aam/doc-abstract-manual.html new file mode 100644 index 0000000..3abb207 --- /dev/null +++ b/dpub-aam/doc-abstract-manual.html 
@@ -0,0 +1,115 @@ +<!doctype html> +<html> + <head> + <title>doc-abstract</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_SECTION" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-abstract" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXApplicationGroup" + ], + [ + "property", + "AXRoleDescription", + "is", + "group" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-abstract" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_SECTION" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "abstract" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-abstract" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-abstract.</p> + <div role="doc-abstract" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-acknowledgments-manual.html b/dpub-aam/doc-acknowledgments-manual.html new file mode 100644 index 0000000..763cd32 --- /dev/null +++ b/dpub-aam/doc-acknowledgments-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-acknowledgments</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-acknowledgments" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-acknowledgments" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "acknowledgments" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "acknowledgments" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-acknowledgments" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-acknowledgments.</p> + <div role="doc-acknowledgments" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-afterword-manual.html b/dpub-aam/doc-afterword-manual.html new file mode 100644 index 0000000..7b9d16c --- /dev/null +++ b/dpub-aam/doc-afterword-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-afterword</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-afterword" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-afterword" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "afterword" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "afterword" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-afterword" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-afterword.</p> + <div role="doc-afterword" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-appendix-manual.html b/dpub-aam/doc-appendix-manual.html new file mode 100644 index 0000000..943a7c2 --- /dev/null +++ b/dpub-aam/doc-appendix-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-appendix</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-appendix" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-appendix" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "appendix" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "appendix" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-appendix" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-appendix.</p> + <div role="doc-appendix" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-backlink-manual.html b/dpub-aam/doc-backlink-manual.html new file mode 100644 index 0000000..bc5e6cb --- /dev/null +++ b/dpub-aam/doc-backlink-manual.html 
@@ -0,0 +1,161 @@ +<!doctype html> +<html> + <head> + <title>doc-backlink</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LINK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-backlink" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXLink" + ], + [ + "property", + "AXSubrole", + "is", + "<nil>" + ], + [ + "property", + "AXRoleDescription", + "is", + "link" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-backlink" + ], + [ + "property", + "interfaces", + "contains", + "IAccessibleHypertext2" + ] + ], + "MSAA" : [ + [ + "property", + "role", + "is", + "ROLE_SYSTEM_LINK" + ], + [ + "property", + "states", + "contains", + "STATE_LINKED" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "backlink" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + }, + { + "element" : "child", + "test" : { + "MSAA" : [ + [ + "property", + "states", + "contains", + "STATE_LINKED" + ] + ], + "UIA" : [], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 2", + "type" : "test" + } + ], + "title" : "doc-backlink" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-backlink.</p> + <div role="doc-backlink" id="test"> + <div id="child">child 1</div> + </div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-biblioentry-manual.html b/dpub-aam/doc-biblioentry-manual.html new file mode 100644 index 0000000..8092487 --- /dev/null +++ b/dpub-aam/doc-biblioentry-manual.html 
@@ -0,0 +1,123 @@ +<!doctype html> +<html> + <head> + <title>doc-biblioentry</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LIST_ITEM" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-biblioentry" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "<nil>" + ], + [ + "property", + "AXRoleDescription", + "is", + "group" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-biblioentry" + ] + ], + "MSAA" : [ + [ + "property", + "role", + "is", + "ROLE_SYSTEM_LISTITEM" + ], + [ + "property", + "states", + "contains", + "STATE_SYSTEM_READONLY" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "biblioentry" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-biblioentry" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-biblioentry.</p> + <div role="doc-biblioentry" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-bibliography-manual.html b/dpub-aam/doc-bibliography-manual.html new file mode 100644 index 0000000..25d9e75 --- /dev/null +++ b/dpub-aam/doc-bibliography-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-bibliography</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-bibliography" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-bibliography" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "bibliography" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "bibliography" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-bibliography" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-bibliography.</p> + <div role="doc-bibliography" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-biblioref-manual.html b/dpub-aam/doc-biblioref-manual.html new file mode 100644 index 0000000..649d130 --- /dev/null +++ b/dpub-aam/doc-biblioref-manual.html 
@@ -0,0 +1,161 @@ +<!doctype html> +<html> + <head> + <title>doc-biblioref</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LINK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-biblioref" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXLink" + ], + [ + "property", + "AXSubrole", + "is", + "<nil>" + ], + [ + "property", + "AXRoleDescription", + "is", + "link" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-biblioref" + ], + [ + "property", + "interfaces", + "contains", + "IAccessibleHypertext2" + ] + ], + "MSAA" : [ + [ + "property", + "role", + "is", + "ROLE_SYSTEM_LINK" + ], + [ + "property", + "states", + "contains", + "STATE_LINKED" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "biblioref" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + }, + { + "element" : "child", + "test" : { + "MSAA" : [ + [ + "property", + "states", + "contains", + "STATE_LINKED" + ] + ], + "UIA" : [], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 2", + "type" : "test" + } + ], + "title" : "doc-biblioref" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-biblioref.</p> + <div role="doc-biblioref" id="test"> + <div id="child">child 1</div> + </div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-chapter-manual.html b/dpub-aam/doc-chapter-manual.html new file mode 100644 index 0000000..1f8eda3 --- /dev/null +++ b/dpub-aam/doc-chapter-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-chapter</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-chapter" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-chapter" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "chapter" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "chapter" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-chapter" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-chapter.</p> + <div role="doc-chapter" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-colophon-manual.html b/dpub-aam/doc-colophon-manual.html new file mode 100644 index 0000000..17a3490 --- /dev/null +++ b/dpub-aam/doc-colophon-manual.html 
@@ -0,0 +1,115 @@ +<!doctype html> +<html> + <head> + <title>doc-colophon</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_SECTION" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-colophon" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXApplicationGroup" + ], + [ + "property", + "AXRoleDescription", + "is", + "group" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-colophon" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_SECTION" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "colophon" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-colophon" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-colophon.</p> + <div role="doc-colophon" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-conclusion-manual.html b/dpub-aam/doc-conclusion-manual.html new file mode 100644 index 0000000..e14d1e4 --- /dev/null +++ b/dpub-aam/doc-conclusion-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-conclusion</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-conclusion" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-conclusion" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "conclusion" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "conclusion" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-conclusion" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-conclusion.</p> + <div role="doc-conclusion" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-cover-manual.html b/dpub-aam/doc-cover-manual.html new file mode 100644 index 0000000..3987abe --- /dev/null +++ b/dpub-aam/doc-cover-manual.html 
@@ -0,0 +1,111 @@ +<!doctype html> +<html> + <head> + <title>doc-cover</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_IMAGE" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-cover" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXImage" + ], + [ + "property", + "AXSubrole", + "is", + "<nil>" + ], + [ + "property", + "AXRoleDescription", + "is", + "image" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-cover" + ] + ], + "MSAA" : [ + [ + "property", + "role", + "is", + "ROLE_SYSTEM_GRAPHIC" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Image" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-cover" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-cover.</p> + <div role="doc-cover" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-credit-manual.html b/dpub-aam/doc-credit-manual.html new file mode 100644 index 0000000..77ef255 --- /dev/null +++ b/dpub-aam/doc-credit-manual.html 
@@ -0,0 +1,115 @@ +<!doctype html> +<html> + <head> + <title>doc-credit</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_SECTION" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-credit" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXApplicationGroup" + ], + [ + "property", + "AXRoleDescription", + "is", + "group" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-credit" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_SECTION" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "credit" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-credit" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-credit.</p> + <div role="doc-credit" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-credits-manual.html b/dpub-aam/doc-credits-manual.html new file mode 100644 index 0000000..290db60 --- /dev/null +++ b/dpub-aam/doc-credits-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-credits</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_SECTION" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-credits" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-credits" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "credits" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "credits" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-credits" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-credits.</p> + <div role="doc-credits" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-dedication-manual.html b/dpub-aam/doc-dedication-manual.html new file mode 100644 index 0000000..fa44872 --- /dev/null +++ b/dpub-aam/doc-dedication-manual.html 
@@ -0,0 +1,115 @@ +<!doctype html> +<html> + <head> + <title>doc-dedication</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_SECTION" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-dedication" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXApplicationGroup" + ], + [ + "property", + "AXRoleDescription", + "is", + "group" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-dedication" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_SECTION" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "dedication" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-dedication" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-dedication.</p> + <div role="doc-dedication" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-endnote-manual.html b/dpub-aam/doc-endnote-manual.html new file mode 100644 index 0000000..faae9bd --- /dev/null +++ b/dpub-aam/doc-endnote-manual.html 
@@ -0,0 +1,123 @@ +<!doctype html> +<html> + <head> + <title>doc-endnote</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LIST_ITEM" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-endnote" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "<nil>" + ], + [ + "property", + "AXRoleDescription", + "is", + "group" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-endnote" + ] + ], + "MSAA" : [ + [ + "property", + "role", + "is", + "ROLE_SYSTEM_LISTITEM" + ], + [ + "property", + "states", + "contains", + "STATE_SYSTEM_READONLY" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "endnote" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-endnote" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-endnote.</p> + <div role="doc-endnote" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-endnotes-manual.html b/dpub-aam/doc-endnotes-manual.html new file mode 100644 index 0000000..06e7a59 --- /dev/null +++ b/dpub-aam/doc-endnotes-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-endnotes</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-endnotes" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-endnotes" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "endnotes" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "endnotes" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-endnotes" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-endnotes.</p> + <div role="doc-endnotes" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-epigraph-manual.html b/dpub-aam/doc-epigraph-manual.html new file mode 100644 index 0000000..a57f8a1 --- /dev/null +++ b/dpub-aam/doc-epigraph-manual.html 
@@ -0,0 +1,115 @@ +<!doctype html> +<html> + <head> + <title>doc-epigraph</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_SECTION" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-epigraph" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXApplicationGroup" + ], + [ + "property", + "AXRoleDescription", + "is", + "group" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-epigraph" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_SECTION" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "epigraph" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-epigraph" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-epigraph.</p> + <div role="doc-epigraph" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-epilogue-manual.html b/dpub-aam/doc-epilogue-manual.html new file mode 100644 index 0000000..2a99c45 --- /dev/null +++ b/dpub-aam/doc-epilogue-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-epilogue</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-epilogue" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-epilogue" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "epilogue" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "epilogue" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-epilogue" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-epilogue.</p> + <div role="doc-epilogue" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-errata-manual.html b/dpub-aam/doc-errata-manual.html new file mode 100644 index 0000000..4d46af3 --- /dev/null +++ b/dpub-aam/doc-errata-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-errata</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-errata" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-errata" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "errata" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "errata" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-errata" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-errata.</p> + <div role="doc-errata" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-example-manual.html b/dpub-aam/doc-example-manual.html new file mode 100644 index 0000000..72926aa --- /dev/null +++ b/dpub-aam/doc-example-manual.html 
@@ -0,0 +1,115 @@ +<!doctype html> +<html> + <head> + <title>doc-example</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_SECTION" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-example" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXApplicationGroup" + ], + [ + "property", + "AXRoleDescription", + "is", + "group" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-example" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_SECTION" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "example" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-example" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-example.</p> + <div role="doc-example" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-footnote-manual.html b/dpub-aam/doc-footnote-manual.html new file mode 100644 index 0000000..0a26022 --- /dev/null +++ b/dpub-aam/doc-footnote-manual.html 
@@ -0,0 +1,115 @@ +<!doctype html> +<html> + <head> + <title>doc-footnote</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_FOOTNOTE" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-footnote" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXApplicationGroup" + ], + [ + "property", + "AXRoleDescription", + "is", + "group" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-footnote" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_FOOTNOTE" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "footnote" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-footnote" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-footnote.</p> + <div role="doc-footnote" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-foreword-manual.html b/dpub-aam/doc-foreword-manual.html new file mode 100644 index 0000000..3854cfb --- /dev/null +++ b/dpub-aam/doc-foreword-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-foreword</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-foreword" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-foreword" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "foreword" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "foreword" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-foreword" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-foreword.</p> + <div role="doc-foreword" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-glossary-manual.html b/dpub-aam/doc-glossary-manual.html new file mode 100644 index 0000000..6d761b4 --- /dev/null +++ b/dpub-aam/doc-glossary-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-glossary</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-glossary" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-glossary" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "glossary" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "glossary" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-glossary" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-glossary.</p> + <div role="doc-glossary" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-glossref-manual.html b/dpub-aam/doc-glossref-manual.html new file mode 100644 index 0000000..2400714 --- /dev/null +++ b/dpub-aam/doc-glossref-manual.html 
@@ -0,0 +1,161 @@ +<!doctype html> +<html> + <head> + <title>doc-glossref</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LINK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-glossref" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXLink" + ], + [ + "property", + "AXSubrole", + "is", + "<nil>" + ], + [ + "property", + "AXRoleDescription", + "is", + "link" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-glossref" + ], + [ + "property", + "interfaces", + "contains", + "IAccessibleHypertext2" + ] + ], + "MSAA" : [ + [ + "property", + "role", + "is", + "ROLE_SYSTEM_LINK" + ], + [ + "property", + "states", + "contains", + "STATE_LINKED" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "glossref" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + }, + { + "element" : "child", + "test" : { + "MSAA" : [ + [ + "property", + "states", + "contains", + "STATE_LINKED" + ] + ], + "UIA" : [], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 2", + "type" : "test" + } + ], + "title" : "doc-glossref" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-glossref.</p> + <div role="doc-glossref" id="test"> + <div id="child">child 1</div> + </div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-index-manual.html b/dpub-aam/doc-index-manual.html new file mode 100644 index 0000000..e091642 --- /dev/null +++ b/dpub-aam/doc-index-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-index</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-index" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-index" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "index" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "index" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-index" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-index.</p> + <div role="doc-index" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-introduction-manual.html b/dpub-aam/doc-introduction-manual.html new file mode 100644 index 0000000..7fb3fb7 --- /dev/null +++ b/dpub-aam/doc-introduction-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-introduction</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-introduction" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-introduction" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "introduction" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "introduction" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-introduction" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-introduction.</p> + <div role="doc-introduction" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-noteref-manual.html b/dpub-aam/doc-noteref-manual.html new file mode 100644 index 0000000..2c47e83 --- /dev/null +++ b/dpub-aam/doc-noteref-manual.html 
@@ -0,0 +1,161 @@ +<!doctype html> +<html> + <head> + <title>doc-noteref</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LINK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-noteref" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXLink" + ], + [ + "property", + "AXSubrole", + "is", + "<nil>" + ], + [ + "property", + "AXRoleDescription", + "is", + "link" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-noteref" + ], + [ + "property", + "interfaces", + "contains", + "IAccessibleHypertext2" + ] + ], + "MSAA" : [ + [ + "property", + "role", + "is", + "ROLE_SYSTEM_LINK" + ], + [ + "property", + "states", + "contains", + "STATE_LINKED" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "noteref" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + }, + { + "element" : "child", + "test" : { + "MSAA" : [ + [ + "property", + "states", + "contains", + "STATE_LINKED" + ] + ], + "UIA" : [], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 2", + "type" : "test" + } + ], + "title" : "doc-noteref" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-noteref.</p> + <div role="doc-noteref" id="test"> + <div id="child">child 1</div> + </div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-notice-manual.html b/dpub-aam/doc-notice-manual.html new file mode 100644 index 0000000..48c8edf --- /dev/null +++ b/dpub-aam/doc-notice-manual.html 
@@ -0,0 +1,115 @@ +<!doctype html> +<html> + <head> + <title>doc-notice</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_COMMENT" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-notice" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXDocumentNote" + ], + [ + "property", + "AXRoleDescription", + "is", + "note" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-notice" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_NOTE" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "notice" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-notice" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-notice.</p> + <div role="doc-notice" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-pagebreak-manual.html b/dpub-aam/doc-pagebreak-manual.html new file mode 100644 index 0000000..cfd7c8f --- /dev/null +++ b/dpub-aam/doc-pagebreak-manual.html 
@@ -0,0 +1,117 @@ +<!doctype html> +<html> + <head> + <title>doc-pagebreak</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_SEPARATOR" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-pagebreak" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXSplitter" + ], + [ + "property", + "AXSubrole", + "is", + "<nil>" + ], + [ + "property", + "AXRoleDescription", + "is", + "splitter" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-pagebreak" + ] + ], + "MSAA" : [ + [ + "property", + "role", + "is", + "ROLE_SYSTEM_SEPARATOR" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "pagebreak" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-pagebreak" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-pagebreak.</p> + <div role="doc-pagebreak" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-pagelist-manual.html b/dpub-aam/doc-pagelist-manual.html new file mode 100644 index 0000000..e5291c2 --- /dev/null +++ b/dpub-aam/doc-pagelist-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-pagelist</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-pagelist" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-pagelist" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "pagelist" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "pagelist" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-pagelist" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-pagelist.</p> + <div role="doc-pagelist" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-part-manual.html b/dpub-aam/doc-part-manual.html new file mode 100644 index 0000000..35cc431 --- /dev/null +++ b/dpub-aam/doc-part-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-part</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-part" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-part" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "part" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "part" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-part" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-part.</p> + <div role="doc-part" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-preface-manual.html b/dpub-aam/doc-preface-manual.html new file mode 100644 index 0000000..9e79c57 --- /dev/null +++ b/dpub-aam/doc-preface-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-preface</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-preface" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-preface" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "preface" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "preface" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-preface" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-preface.</p> + <div role="doc-preface" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-prologue-manual.html b/dpub-aam/doc-prologue-manual.html new file mode 100644 index 0000000..c5887f5 --- /dev/null +++ b/dpub-aam/doc-prologue-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-prologue</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-prologue" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-prologue" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "prologue" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "prologue" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-prologue" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-prologue.</p> + <div role="doc-prologue" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-pullquote-manual.html b/dpub-aam/doc-pullquote-manual.html new file mode 100644 index 0000000..ab454da --- /dev/null +++ b/dpub-aam/doc-pullquote-manual.html 
@@ -0,0 +1,115 @@ +<!doctype html> +<html> + <head> + <title>doc-pullquote</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_SECTION" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-pullquote" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXApplicationGroup" + ], + [ + "property", + "AXRoleDescription", + "is", + "group" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-pullquote" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_SECTION" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "pullquote" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-pullquote" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-pullquote.</p> + <div role="doc-pullquote" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-qna-manual.html b/dpub-aam/doc-qna-manual.html new file mode 100644 index 0000000..b8e2e55 --- /dev/null +++ b/dpub-aam/doc-qna-manual.html 
@@ -0,0 +1,115 @@ +<!doctype html> +<html> + <head> + <title>doc-qna</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_SECTION" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-qna" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXApplicationGroup" + ], + [ + "property", + "AXRoleDescription", + "is", + "group" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-qna" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_SECTION" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "qna" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-qna" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-qna.</p> + <div role="doc-qna" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-subtitle-manual.html b/dpub-aam/doc-subtitle-manual.html new file mode 100644 index 0000000..9c43c74 --- /dev/null +++ b/dpub-aam/doc-subtitle-manual.html 
@@ -0,0 +1,115 @@ +<!doctype html> +<html> + <head> + <title>doc-subtitle</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_HEADING" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-subtitle" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXHeading" + ], + [ + "property", + "AXSubrole", + "is", + "<nil>" + ], + [ + "property", + "AXRoleDescription", + "is", + "heading" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-subtitle" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_HEADING" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "subtitle" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-subtitle" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-subtitle.</p> + <div role="doc-subtitle" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-tip-manual.html b/dpub-aam/doc-tip-manual.html new file mode 100644 index 0000000..6367a02 --- /dev/null +++ b/dpub-aam/doc-tip-manual.html 
@@ -0,0 +1,115 @@ +<!doctype html> +<html> + <head> + <title>doc-tip</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_COMMENT" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-tip" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXDocumentNote" + ], + [ + "property", + "AXRoleDescription", + "is", + "note" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-tip" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_NOTE" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "tip" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-tip" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-tip.</p> + <div role="doc-tip" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> + 
diff --git a/dpub-aam/doc-toc-manual.html b/dpub-aam/doc-toc-manual.html new file mode 100644 index 0000000..954ff78 --- /dev/null +++ b/dpub-aam/doc-toc-manual.html 
@@ -0,0 +1,127 @@ +<!doctype html> +<html> + <head> + <title>doc-toc</title> + <link rel="stylesheet" href="/resources/testharness.css"> + <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <script src="/wai-aria/scripts/ATTAcomm.js"></script> + <script> + setup({explicit_timeout: true, explicit_done: true }); + + var theTest = new ATTAcomm( + { + "steps" : [ + { + "element" : "test", + "test" : { + "ATK" : [ + [ + "property", + "role", + "is", + "ROLE_LANDMARK" + ], + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-toc" + ] + ], + "AXAPI" : [ + [ + "property", + "AXRole", + "is", + "AXGroup" + ], + [ + "property", + "AXSubrole", + "is", + "AXLandmarkRegion" + ], + [ + "property", + "AXRoleDescription", + "is", + "region" + ] + ], + "IAccessible2" : [ + [ + "property", + "objectAttributes", + "contains", + "xml-roles:doc-toc" + ], + [ + "property", + "role", + "is", + "IA2_ROLE_LANDMARK" + ] + ], + "UIA" : [ + [ + "property", + "ControlType", + "is", + "Text" + ], + [ + "property", + "LocalizedControlType", + "is", + "toc" + ], + [ + "property", + "landmarkType", + "is", + "Custom" + ], + [ + "property", + "LocalizedLandmarkType", + "is", + "toc" + ] + ], + "WAIFAKE" : [ + [ + "property", + "role", + "is", + "ROLE_TABLE_CELL" + ], + [ + "property", + "interfaces", + "contains", + "TableCell" + ] + ] + }, + "title" : "step 1", + "type" : "test" + } + ], + "title" : "doc-toc" +} + + ) ; + </script> + </head> + <body> + <p>This test examines the ARIA properties for doc-toc.</p> + <div role="doc-toc" id="test">Text</div> + + <div id="manualMode"></div> + <div id="log"></div> + <div id="ATTAmessages"></div> + </body> +</html> +